home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / lib / hplip / ui / aboutdlg.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2007-04-29  |  1012 b   |  19 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.5)
  3.  
  4. import sys
  5. from qt import *
  6. from base.g import *
  7. from aboutdlg_base import AboutDlg_base
  8. import os.path as os
  9.  
  10. class AboutDlg(AboutDlg_base):
  11.     
  12.     def __init__(self, parent = None, name = None, modal = 0, fl = 0):
  13.         AboutDlg_base.__init__(self, parent, name, modal, fl)
  14.         self.pyPixmap.setPixmap(QPixmap(os.path.join(prop.image_dir, 'powered_by_python.png')))
  15.         self.osiPixmap.setPixmap(QPixmap(os.path.join(prop.image_dir, 'opensource-75x65.png')))
  16.         self.logoPixmap.setPixmap(QPixmap(os.path.join(prop.image_dir, 'hp-tux-printer.png')))
  17.  
  18.  
  19.